home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TFIOPREVIEWS / TFIOPREVIEWS.txt
Text File  |  2004-12-09  |  31KB  |  1,429 lines

  1. object fIOPreviews: TfIOPreviews
  2.   Left = 320
  3.   Top = 205
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Parameters preview'
  7.   ClientHeight = 425
  8.   ClientWidth = 527
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Button1: TButton
  23.     Left = 432
  24.     Top = 15
  25.     Width = 87
  26.     Height = 23
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.     OnClick = Button1Click
  32.   end
  33.   object Button2: TButton
  34.     Left = 432
  35.     Top = 43
  36.     Width = 87
  37.     Height = 23
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 1
  42.   end
  43.   object PageControl1: TPageControl
  44.     Left = 8
  45.     Top = 172
  46.     Width = 417
  47.     Height = 217
  48.     ActivePage = TabSheetTIFF2
  49.     HotTrack = True
  50.     TabOrder = 2
  51.     OnChange = PageControl1Change
  52.     OnChanging = PageControl1Changing
  53.     object TabSheetJPEG1: TTabSheet
  54.       Caption = 'JPEG'
  55.       object Label23: TLabel
  56.         Left = 16
  57.         Top = 8
  58.         Width = 35
  59.         Height = 13
  60.         Caption = '&Quality:'
  61.         FocusControl = Edit22
  62.       end
  63.       object Label24: TLabel
  64.         Left = 208
  65.         Top = 141
  66.         Width = 82
  67.         Height = 13
  68.         Caption = 'Compressed size:'
  69.       end
  70.       object Label25: TLabel
  71.         Left = 209
  72.         Top = 157
  73.         Width = 9
  74.         Height = 13
  75.         Caption = '---'
  76.       end
  77.       object Label3: TLabel
  78.         Left = 16
  79.         Top = 141
  80.         Width = 59
  81.         Height = 13
  82.         Caption = 'Original size:'
  83.       end
  84.       object Label4: TLabel
  85.         Left = 16
  86.         Top = 157
  87.         Width = 9
  88.         Height = 13
  89.         Caption = '---'
  90.       end
  91.       object Edit22: TEdit
  92.         Left = 77
  93.         Top = 5
  94.         Width = 33
  95.         Height = 21
  96.         TabOrder = 0
  97.         Text = '0'
  98.         OnChange = Edit22Change
  99.       end
  100.       object TrackBar13: TTrackBar
  101.         Left = 128
  102.         Top = 6
  103.         Width = 275
  104.         Height = 19
  105.         Max = 100
  106.         Orientation = trHorizontal
  107.         Frequency = 5
  108.         Position = 0
  109.         SelEnd = 0
  110.         SelStart = 0
  111.         TabOrder = 1
  112.         TickMarks = tmBottomRight
  113.         TickStyle = tsAuto
  114.         OnChange = TrackBar13Change
  115.       end
  116.       object GroupBox5: TGroupBox
  117.         Left = 8
  118.         Top = 43
  119.         Width = 388
  120.         Height = 84
  121.         Caption = ' Advanced '
  122.         TabOrder = 2
  123.         object Label26: TLabel
  124.           Left = 8
  125.           Top = 20
  126.           Width = 63
  127.           Height = 13
  128.           Caption = '&DCT method:'
  129.         end
  130.         object Label27: TLabel
  131.           Left = 8
  132.           Top = 48
  133.           Width = 83
  134.           Height = 13
  135.           Caption = '&Smoothing factor:'
  136.         end
  137.         object Label57: TLabel
  138.           Left = 240
  139.           Top = 20
  140.           Width = 59
  141.           Height = 13
  142.           Caption = 'P&hotometric:'
  143.         end
  144.         object CheckBox2: TCheckBox
  145.           Left = 238
  146.           Top = 42
  147.           Width = 121
  148.           Height = 17
  149.           Alignment = taLeftJustify
  150.           Caption = '&Optimal Huffman'
  151.           TabOrder = 0
  152.           OnClick = TrackBar13Change
  153.         end
  154.         object ComboBox1: TComboBox
  155.           Left = 114
  156.           Top = 17
  157.           Width = 109
  158.           Height = 21
  159.           Style = csDropDownList
  160.           ItemHeight = 13
  161.           TabOrder = 1
  162.           OnChange = TrackBar13Change
  163.           Items.Strings = (
  164.             'ISLOW'
  165.             'IFAST'
  166.             'FLOAT')
  167.         end
  168.         object Edit23: TEdit
  169.           Left = 114
  170.           Top = 45
  171.           Width = 37
  172.           Height = 21
  173.           TabOrder = 2
  174.           Text = '0'
  175.           OnChange = Edit22Change
  176.         end
  177.         object UpDown11: TUpDown
  178.           Left = 151
  179.           Top = 45
  180.           Width = 16
  181.           Height = 21
  182.           Associate = Edit23
  183.           Min = 0
  184.           Position = 0
  185.           TabOrder = 3
  186.           Wrap = False
  187.         end
  188.         object CheckBox3: TCheckBox
  189.           Left = 238
  190.           Top = 60
  191.           Width = 121
  192.           Height = 17
  193.           Alignment = taLeftJustify
  194.           Caption = 'P&rogressive'
  195.           TabOrder = 4
  196.           OnClick = TrackBar13Change
  197.         end
  198.         object ComboBox13: TComboBox
  199.           Left = 306
  200.           Top = 17
  201.           Width = 78
  202.           Height = 21
  203.           Style = csDropDownList
  204.           ItemHeight = 13
  205.           TabOrder = 5
  206.           OnChange = TrackBar13Change
  207.           Items.Strings = (
  208.             'RGB'
  209.             'GrayScale'
  210.             'YCbCr'
  211.             'CMYK'
  212.             'YCbCrK')
  213.         end
  214.       end
  215.     end
  216.     object TabSheetJPEG2: TTabSheet
  217.       Caption = 'JPEG'
  218.       object Label72: TLabel
  219.         Left = 16
  220.         Top = 8
  221.         Width = 35
  222.         Height = 13
  223.         Caption = '&Quality:'
  224.         FocusControl = Edit16
  225.       end
  226.       object Label73: TLabel
  227.         Left = 16
  228.         Top = 61
  229.         Width = 59
  230.         Height = 13
  231.         Caption = 'Original size:'
  232.       end
  233.       object Label74: TLabel
  234.         Left = 16
  235.         Top = 77
  236.         Width = 9
  237.         Height = 13
  238.         Caption = '---'
  239.       end
  240.       object Label75: TLabel
  241.         Left = 208
  242.         Top = 61
  243.         Width = 82
  244.         Height = 13
  245.         Caption = 'Compressed size:'
  246.       end
  247.       object Label76: TLabel
  248.         Left = 209
  249.         Top = 77
  250.         Width = 9
  251.         Height = 13
  252.         Caption = '---'
  253.       end
  254.       object Edit16: TEdit
  255.         Left = 77
  256.         Top = 5
  257.         Width = 33
  258.         Height = 21
  259.         TabOrder = 0
  260.         Text = '0'
  261.         OnChange = Edit16Change
  262.       end
  263.       object TrackBar2: TTrackBar
  264.         Left = 128
  265.         Top = 6
  266.         Width = 275
  267.         Height = 19
  268.         Max = 100
  269.         Orientation = trHorizontal
  270.         Frequency = 5
  271.         Position = 0
  272.         SelEnd = 0
  273.         SelStart = 0
  274.         TabOrder = 1
  275.         TickMarks = tmBottomRight
  276.         TickStyle = tsAuto
  277.         OnChange = TrackBar2Change
  278.       end
  279.     end
  280.     object TabSheetTIFF1: TTabSheet
  281.       Caption = 'TIFF'
  282.       object Label5: TLabel
  283.         Left = 15
  284.         Top = 8
  285.         Width = 63
  286.         Height = 13
  287.         Caption = '&Compression:'
  288.       end
  289.       object Label6: TLabel
  290.         Left = 236
  291.         Top = 8
  292.         Width = 60
  293.         Height = 13
  294.         Caption = '&Image index:'
  295.       end
  296.       object Label7: TLabel
  297.         Left = 15
  298.         Top = 32
  299.         Width = 59
  300.         Height = 13
  301.         Caption = 'P&hotometric:'
  302.       end
  303.       object Label19: TLabel
  304.         Left = 236
  305.         Top = 32
  306.         Width = 32
  307.         Height = 13
  308.         Caption = 'C&olors:'
  309.       end
  310.       object Label9: TLabel
  311.         Left = 16
  312.         Top = 149
  313.         Width = 59
  314.         Height = 13
  315.         Caption = 'Original size:'
  316.       end
  317.       object Label11: TLabel
  318.         Left = 16
  319.         Top = 165
  320.         Width = 9
  321.         Height = 13
  322.         Caption = '---'
  323.       end
  324.       object Label17: TLabel
  325.         Left = 208
  326.         Top = 149
  327.         Width = 82
  328.         Height = 13
  329.         Caption = 'Compressed size:'
  330.       end
  331.       object Label18: TLabel
  332.         Left = 209
  333.         Top = 165
  334.         Width = 9
  335.         Height = 13
  336.         Caption = '---'
  337.       end
  338.       object ComboBox2: TComboBox
  339.         Left = 95
  340.         Top = 5
  341.         Width = 127
  342.         Height = 21
  343.         Style = csDropDownList
  344.         Ctl3D = True
  345.         ItemHeight = 0
  346.         ParentCtl3D = False
  347.         TabOrder = 0
  348.         OnChange = ComboBox2Click
  349.       end
  350.       object Edit1: TEdit
  351.         Left = 324
  352.         Top = 5
  353.         Width = 33
  354.         Height = 21
  355.         TabOrder = 1
  356.         Text = '0'
  357.         OnChange = ComboBox2Click
  358.       end
  359.       object UpDown1: TUpDown
  360.         Left = 357
  361.         Top = 5
  362.         Width = 16
  363.         Height = 21
  364.         Associate = Edit1
  365.         Min = 0
  366.         Max = 1000
  367.         Position = 0
  368.         TabOrder = 2
  369.         Thousands = False
  370.         Wrap = False
  371.       end
  372.       object ComboBox3: TComboBox
  373.         Left = 95
  374.         Top = 30
  375.         Width = 127
  376.         Height = 21
  377.         Style = csDropDownList
  378.         ItemHeight = 13
  379.         TabOrder = 3
  380.         OnChange = ComboBox2Click
  381.         Items.Strings = (
  382.           'WHITEISZERO/Gray'
  383.           'BLACKISZERO/Gray'
  384.           'RGB'
  385.           'RGBPALETTE'
  386.           'TRANSPMASK'
  387.           'CMYK'
  388.           'YCBCR'
  389.           'CIELAB')
  390.       end
  391.       object GroupBox1: TGroupBox
  392.         Left = 8
  393.         Top = 55
  394.         Width = 401
  395.         Height = 91
  396.         Caption = ' Scanned document info '
  397.         TabOrder = 4
  398.         object Label8: TLabel
  399.           Left = 8
  400.           Top = 67
  401.           Width = 99
  402.           Height = 13
  403.           Caption = 'H&oriz. Position (inch):'
  404.         end
  405.         object Label10: TLabel
  406.           Left = 182
  407.           Top = 67
  408.           Width = 94
  409.           Height = 13
  410.           Caption = '&Vert. Position (inch):'
  411.         end
  412.         object Label12: TLabel
  413.           Left = 8
  414.           Top = 19
  415.           Width = 31
  416.           Height = 13
  417.           Caption = '&Name:'
  418.         end
  419.         object Label13: TLabel
  420.           Left = 182
  421.           Top = 19
  422.           Width = 56
  423.           Height = 13
  424.           Caption = '&Description:'
  425.         end
  426.         object Label14: TLabel
  427.           Left = 8
  428.           Top = 44
  429.           Width = 57
  430.           Height = 13
  431.           Caption = 'P&age name:'
  432.         end
  433.         object Label15: TLabel
  434.           Left = 182
  435.           Top = 44
  436.           Width = 68
  437.           Height = 13
  438.           Caption = 'Page N&umber:'
  439.         end
  440.         object Label16: TLabel
  441.           Left = 334
  442.           Top = 44
  443.           Width = 9
  444.           Height = 13
  445.           Caption = 'o&f'
  446.         end
  447.         object Edit2: TEdit
  448.           Left = 124
  449.           Top = 64
  450.           Width = 49
  451.           Height = 21
  452.           TabOrder = 5
  453.           OnChange = ComboBox2Click
  454.         end
  455.         object Edit3: TEdit
  456.           Left = 292
  457.           Top = 63
  458.           Width = 49
  459.           Height = 21
  460.           TabOrder = 6
  461.           OnChange = ComboBox2Click
  462.         end
  463.         object Edit4: TEdit
  464.           Left = 68
  465.           Top = 16
  466.           Width = 105
  467.           Height = 21
  468.           TabOrder = 0
  469.           OnChange = ComboBox2Click
  470.         end
  471.         object Edit5: TEdit
  472.           Left = 251
  473.           Top = 15
  474.           Width = 139
  475.           Height = 21
  476.           TabOrder = 1
  477.           OnChange = ComboBox2Click
  478.         end
  479.         object Edit6: TEdit
  480.           Left = 97
  481.           Top = 40
  482.           Width = 76
  483.           Height = 21
  484.           TabOrder = 2
  485.           OnChange = ComboBox2Click
  486.         end
  487.         object Edit7: TEdit
  488.           Left = 292
  489.           Top = 40
  490.           Width = 33
  491.           Height = 21
  492.           TabOrder = 3
  493.           OnChange = ComboBox2Click
  494.         end
  495.         object Edit8: TEdit
  496.           Left = 357
  497.           Top = 40
  498.           Width = 33
  499.           Height = 21
  500.           TabOrder = 4
  501.           OnChange = ComboBox2Click
  502.         end
  503.       end
  504.       object ComboBox4: TComboBox
  505.         Left = 324
  506.         Top = 30
  507.         Width = 77
  508.         Height = 21
  509.         Style = csDropDownList
  510.         ItemHeight = 13
  511.         TabOrder = 5
  512.         OnChange = ComboBox2Click
  513.         Items.Strings = (
  514.           'B/W'
  515.           '16'
  516.           '256'
  517.           '65536'
  518.           '16M')
  519.       end
  520.     end
  521.     object TabSheetTIFF2: TTabSheet
  522.       Caption = 'TIFF'
  523.       object Label77: TLabel
  524.         Left = 16
  525.         Top = 61
  526.         Width = 59
  527.         Height = 13
  528.         Caption = 'Original size:'
  529.       end
  530.       object Label78: TLabel
  531.         Left = 16
  532.         Top = 77
  533.         Width = 9
  534.         Height = 13
  535.         Caption = '---'
  536.       end
  537.       object Label79: TLabel
  538.         Left = 208
  539.         Top = 61
  540.         Width = 82
  541.         Height = 13
  542.         Caption = 'Compressed size:'
  543.       end
  544.       object Label80: TLabel
  545.         Left = 209
  546.         Top = 77
  547.         Width = 9
  548.         Height = 13
  549.         Caption = '---'
  550.       end
  551.       object Label81: TLabel
  552.         Left = 15
  553.         Top = 8
  554.         Width = 63
  555.         Height = 13
  556.         Caption = '&Compression:'
  557.       end
  558.       object Label82: TLabel
  559.         Left = 15
  560.         Top = 34
  561.         Width = 32
  562.         Height = 13
  563.         Caption = 'C&olors:'
  564.       end
  565.       object ComboBox16: TComboBox
  566.         Left = 95
  567.         Top = 5
  568.         Width = 127
  569.         Height = 21
  570.         Style = csDropDownList
  571.         Ctl3D = True
  572.         ItemHeight = 13
  573.         ParentCtl3D = False
  574.         TabOrder = 0
  575.         OnChange = ComboBox16Change
  576.         Items.Strings = (
  577.           '')
  578.       end
  579.       object ComboBox17: TComboBox
  580.         Left = 95
  581.         Top = 32
  582.         Width = 77
  583.         Height = 21
  584.         Style = csDropDownList
  585.         ItemHeight = 13
  586.         TabOrder = 1
  587.         OnChange = ComboBox16Change
  588.         Items.Strings = (
  589.           '2'
  590.           '16'
  591.           '256'
  592.           '65536'
  593.           '16777216')
  594.       end
  595.     end
  596.     object TabSheetGIF1: TTabSheet
  597.       Caption = 'GIF'
  598.       object Label20: TLabel
  599.         Left = 216
  600.         Top = 8
  601.         Width = 60
  602.         Height = 13
  603.         Caption = '&Image index:'
  604.       end
  605.       object Label21: TLabel
  606.         Left = 30
  607.         Top = 8
  608.         Width = 32
  609.         Height = 13
  610.         Caption = '&Colors:'
  611.       end
  612.       object Label34: TLabel
  613.         Left = 216
  614.         Top = 32
  615.         Width = 86
  616.         Height = 13
  617.         Caption = 'T&ransparent color:'
  618.       end
  619.       object Label35: TLabel
  620.         Left = 216
  621.         Top = 53
  622.         Width = 61
  623.         Height = 13
  624.         Caption = '&Background:'
  625.       end
  626.       object Label22: TLabel
  627.         Left = 16
  628.         Top = 150
  629.         Width = 59
  630.         Height = 13
  631.         Caption = 'Original size:'
  632.       end
  633.       object Label28: TLabel
  634.         Left = 16
  635.         Top = 166
  636.         Width = 9
  637.         Height = 13
  638.         Caption = '---'
  639.       end
  640.       object Label29: TLabel
  641.         Left = 208
  642.         Top = 150
  643.         Width = 82
  644.         Height = 13
  645.         Caption = 'Compressed size:'
  646.       end
  647.       object Label30: TLabel
  648.         Left = 209
  649.         Top = 166
  650.         Width = 9
  651.         Height = 13
  652.         Caption = '---'
  653.       end
  654.       object Edit9: TEdit
  655.         Left = 319
  656.         Top = 5
  657.         Width = 33
  658.         Height = 21
  659.         TabOrder = 1
  660.         Text = '0'
  661.         OnChange = ComboBox5Click
  662.       end
  663.       object UpDown2: TUpDown
  664.         Left = 352
  665.         Top = 5
  666.         Width = 16
  667.         Height = 21
  668.         Associate = Edit9
  669.         Min = 0
  670.         Max = 1000
  671.         Position = 0
  672.         TabOrder = 2
  673.         Thousands = False
  674.         Wrap = False
  675.       end
  676.       object ComboBox5: TComboBox
  677.         Left = 101
  678.         Top = 6
  679.         Width = 65
  680.         Height = 21
  681.         Style = csDropDownList
  682.         ItemHeight = 13
  683.         TabOrder = 0
  684.         OnChange = ComboBox5Click
  685.         Items.Strings = (
  686.           'B/W'
  687.           '4'
  688.           '8'
  689.           '16'
  690.           '32'
  691.           '64'
  692.           '128'
  693.           '256')
  694.       end
  695.       object Panel3: TPanel
  696.         Left = 319
  697.         Top = 31
  698.         Width = 34
  699.         Height = 17
  700.         BevelOuter = bvLowered
  701.         TabOrder = 3
  702.         OnClick = Panel3Click
  703.       end
  704.       object CheckBox4: TCheckBox
  705.         Left = 28
  706.         Top = 32
  707.         Width = 86
  708.         Height = 17
  709.         Alignment = taLeftJustify
  710.         Caption = '&Transparent:'
  711.         TabOrder = 4
  712.         OnClick = ComboBox5Click
  713.       end
  714.       object CheckBox5: TCheckBox
  715.         Left = 28
  716.         Top = 53
  717.         Width = 86
  718.         Height = 17
  719.         Alignment = taLeftJustify
  720.         Caption = 'I&nterlaced:'
  721.         TabOrder = 5
  722.         OnClick = ComboBox5Click
  723.       end
  724.       object Panel4: TPanel
  725.         Left = 319
  726.         Top = 53
  727.         Width = 34
  728.         Height = 17
  729.         BevelOuter = bvLowered
  730.         TabOrder = 6
  731.         OnClick = Panel4Click
  732.       end
  733.       object GroupBox2: TGroupBox
  734.         Left = 16
  735.         Top = 74
  736.         Width = 385
  737.         Height = 74
  738.         Caption = ' Advanced '
  739.         TabOrder = 7
  740.         object Label33: TLabel
  741.           Left = 202
  742.           Top = 20
  743.           Width = 52
  744.           Height = 13
  745.           Caption = '&Delay time:'
  746.         end
  747.         object Label31: TLabel
  748.           Left = 14
  749.           Top = 20
  750.           Width = 70
  751.           Height = 13
  752.           Caption = '&Horiz. Position:'
  753.         end
  754.         object Label32: TLabel
  755.           Left = 15
  756.           Top = 47
  757.           Width = 65
  758.           Height = 13
  759.           Caption = '&Vert. Position:'
  760.         end
  761.         object Label36: TLabel
  762.           Left = 340
  763.           Top = 20
  764.           Width = 37
  765.           Height = 13
  766.           Caption = '1/100 s'
  767.         end
  768.         object Edit12: TEdit
  769.           Left = 286
  770.           Top = 16
  771.           Width = 48
  772.           Height = 21
  773.           TabOrder = 0
  774.           OnChange = ComboBox5Click
  775.         end
  776.         object Edit10: TEdit
  777.           Left = 94
  778.           Top = 16
  779.           Width = 43
  780.           Height = 21
  781.           TabOrder = 1
  782.           OnChange = ComboBox5Click
  783.         end
  784.         object Edit11: TEdit
  785.           Left = 94
  786.           Top = 44
  787.           Width = 43
  788.           Height = 21
  789.           TabOrder = 2
  790.           OnChange = ComboBox5Click
  791.         end
  792.       end
  793.     end
  794.     object TabSheetGIF2: TTabSheet
  795.       Caption = 'GIF'
  796.       object Label83: TLabel
  797.         Left = 16
  798.         Top = 61
  799.         Width = 59
  800.         Height = 13
  801.         Caption = 'Original size:'
  802.       end
  803.       object Label84: TLabel
  804.         Left = 16
  805.         Top = 77
  806.         Width = 9
  807.         Height = 13
  808.         Caption = '---'
  809.       end
  810.       object Label85: TLabel
  811.         Left = 208
  812.         Top = 61
  813.         Width = 82
  814.         Height = 13
  815.         Caption = 'Compressed size:'
  816.       end
  817.       object Label86: TLabel
  818.         Left = 209
  819.         Top = 77
  820.         Width = 9
  821.         Height = 13
  822.         Caption = '---'
  823.       end
  824.       object Label87: TLabel
  825.         Left = 15
  826.         Top = 8
  827.         Width = 32
  828.         Height = 13
  829.         Caption = '&Colors:'
  830.       end
  831.       object ComboBox18: TComboBox
  832.         Left = 85
  833.         Top = 6
  834.         Width = 65
  835.         Height = 21
  836.         Style = csDropDownList
  837.         ItemHeight = 13
  838.         TabOrder = 0
  839.         OnChange = ComboBox18Change
  840.         Items.Strings = (
  841.           'B/W'
  842.           '4'
  843.           '8'
  844.           '16'
  845.           '32'
  846.           '64'
  847.           '128'
  848.           '256')
  849.       end
  850.     end
  851.     object TabSheetBMP1: TTabSheet
  852.       Caption = 'BMP'
  853.       object Label37: TLabel
  854.         Left = 16
  855.         Top = 8
  856.         Width = 63
  857.         Height = 13
  858.         Caption = '&Compression:'
  859.       end
  860.       object Label38: TLabel
  861.         Left = 16
  862.         Top = 37
  863.         Width = 32
  864.         Height = 13
  865.         Caption = 'C&olors:'
  866.       end
  867.       object Label39: TLabel
  868.         Left = 16
  869.         Top = 141
  870.         Width = 59
  871.         Height = 13
  872.         Caption = 'Original size:'
  873.       end
  874.       object Label40: TLabel
  875.         Left = 16
  876.         Top = 157
  877.         Width = 9
  878.         Height = 13
  879.         Caption = '---'
  880.       end
  881.       object Label41: TLabel
  882.         Left = 208
  883.         Top = 141
  884.         Width = 82
  885.         Height = 13
  886.         Caption = 'Compressed size:'
  887.       end
  888.       object Label42: TLabel
  889.         Left = 209
  890.         Top = 157
  891.         Width = 9
  892.         Height = 13
  893.         Caption = '---'
  894.       end
  895.       object ComboBox6: TComboBox
  896.         Left = 96
  897.         Top = 5
  898.         Width = 127
  899.         Height = 21
  900.         Style = csDropDownList
  901.         Ctl3D = True
  902.         ItemHeight = 13
  903.         ParentCtl3D = False
  904.         TabOrder = 0
  905.         OnChange = ComboBox6Change
  906.         Items.Strings = (
  907.           'UNCOMPRESSED'
  908.           'RLE')
  909.       end
  910.       object ComboBox7: TComboBox
  911.         Left = 96
  912.         Top = 35
  913.         Width = 77
  914.         Height = 21
  915.         Style = csDropDownList
  916.         ItemHeight = 13
  917.         TabOrder = 1
  918.         OnChange = ComboBox6Change
  919.         Items.Strings = (
  920.           'B/W'
  921.           '16'
  922.           '256'
  923.           '65536'
  924.           '16M'
  925.           '16M (32bit)')
  926.       end
  927.     end
  928.     object TabSheetPCX1: TTabSheet
  929.       Caption = 'PCX'
  930.       object Label43: TLabel
  931.         Left = 16
  932.         Top = 8
  933.         Width = 63
  934.         Height = 13
  935.         Caption = '&Compression:'
  936.       end
  937.       object Label44: TLabel
  938.         Left = 16
  939.         Top = 37
  940.         Width = 32
  941.         Height = 13
  942.         Caption = 'C&olors:'
  943.       end
  944.       object Label45: TLabel
  945.         Left = 16
  946.         Top = 141
  947.         Width = 59
  948.         Height = 13
  949.         Caption = 'Original size:'
  950.       end
  951.       object Label46: TLabel
  952.         Left = 16
  953.         Top = 157
  954.         Width = 9
  955.         Height = 13
  956.         Caption = '---'
  957.       end
  958.       object Label47: TLabel
  959.         Left = 208
  960.         Top = 141
  961.         Width = 82
  962.         Height = 13
  963.         Caption = 'Compressed size:'
  964.       end
  965.       object Label48: TLabel
  966.         Left = 209
  967.         Top = 157
  968.         Width = 9
  969.         Height = 13
  970.         Caption = '---'
  971.       end
  972.       object ComboBox8: TComboBox
  973.         Left = 96
  974.         Top = 5
  975.         Width = 127
  976.         Height = 21
  977.         Style = csDropDownList
  978.         Ctl3D = True
  979.         ItemHeight = 13
  980.         ParentCtl3D = False
  981.         TabOrder = 0
  982.         OnChange = ComboBox8Change
  983.         Items.Strings = (
  984.           'UNCOMPRESSED'
  985.           'RLE')
  986.       end
  987.       object ComboBox9: TComboBox
  988.         Left = 96
  989.         Top = 35
  990.         Width = 77
  991.         Height = 21
  992.         Style = csDropDownList
  993.         ItemHeight = 13
  994.         TabOrder = 1
  995.         OnChange = ComboBox8Change
  996.         Items.Strings = (
  997.           'B/W'
  998.           '16'
  999.           '256'
  1000.           '16M')
  1001.       end
  1002.     end
  1003.     object TabSheetPNG1: TTabSheet
  1004.       Caption = 'PNG'
  1005.       object Label49: TLabel
  1006.         Left = 16
  1007.         Top = 8
  1008.         Width = 32
  1009.         Height = 13
  1010.         Caption = 'C&olors:'
  1011.       end
  1012.       object Label54: TLabel
  1013.         Left = 216
  1014.         Top = 8
  1015.         Width = 61
  1016.         Height = 13
  1017.         Caption = '&Background:'
  1018.       end
  1019.       object Label50: TLabel
  1020.         Left = 16
  1021.         Top = 141
  1022.         Width = 59
  1023.         Height = 13
  1024.         Caption = 'Original size:'
  1025.       end
  1026.       object Label51: TLabel
  1027.         Left = 16
  1028.         Top = 157
  1029.         Width = 9
  1030.         Height = 13
  1031.         Caption = '---'
  1032.       end
  1033.       object Label52: TLabel
  1034.         Left = 208
  1035.         Top = 141
  1036.         Width = 82
  1037.         Height = 13
  1038.         Caption = 'Compressed size:'
  1039.       end
  1040.       object Label53: TLabel
  1041.         Left = 209
  1042.         Top = 157
  1043.         Width = 9
  1044.         Height = 13
  1045.         Caption = '---'
  1046.       end
  1047.       object ComboBox10: TComboBox
  1048.         Left = 96
  1049.         Top = 5
  1050.         Width = 77
  1051.         Height = 21
  1052.         Style = csDropDownList
  1053.         ItemHeight = 13
  1054.         TabOrder = 0
  1055.         OnChange = ComboBox10Change
  1056.         Items.Strings = (
  1057.           'B/W'
  1058.           '256'
  1059.           '16M')
  1060.       end
  1061.       object Panel1: TPanel
  1062.         Left = 311
  1063.         Top = 7
  1064.         Width = 34
  1065.         Height = 17
  1066.         BevelOuter = bvLowered
  1067.         TabOrder = 1
  1068.         OnClick = Panel1Click
  1069.       end
  1070.       object GroupBox3: TGroupBox
  1071.         Left = 8
  1072.         Top = 42
  1073.         Width = 388
  1074.         Height = 74
  1075.         Caption = ' Advanced '
  1076.         TabOrder = 2
  1077.         object Label55: TLabel
  1078.           Left = 10
  1079.           Top = 20
  1080.           Width = 22
  1081.           Height = 13
  1082.           Caption = '&Filter'
  1083.         end
  1084.         object Label56: TLabel
  1085.           Left = 195
  1086.           Top = 20
  1087.           Width = 60
  1088.           Height = 13
  1089.           Caption = 'Co&mpression'
  1090.         end
  1091.         object ComboBox11: TComboBox
  1092.           Left = 88
  1093.           Top = 17
  1094.           Width = 89
  1095.           Height = 21
  1096.           Style = csDropDownList
  1097.           ItemHeight = 13
  1098.           TabOrder = 0
  1099.           OnChange = ComboBox10Change
  1100.           Items.Strings = (
  1101.             'None'
  1102.             'Sub'
  1103.             'Paeth')
  1104.         end
  1105.         object CheckBox6: TCheckBox
  1106.           Left = 10
  1107.           Top = 47
  1108.           Width = 91
  1109.           Height = 17
  1110.           Alignment = taLeftJustify
  1111.           Caption = 'I&nterlaced:'
  1112.           TabOrder = 1
  1113.           OnClick = ComboBox10Change
  1114.         end
  1115.         object ComboBox12: TComboBox
  1116.           Left = 272
  1117.           Top = 17
  1118.           Width = 109
  1119.           Height = 21
  1120.           Style = csDropDownList
  1121.           ItemHeight = 13
  1122.           TabOrder = 2
  1123.           OnChange = ComboBox10Change
  1124.           Items.Strings = (
  1125.             'None'
  1126.             '1'
  1127.             '2'
  1128.             '3'
  1129.             '4'
  1130.             '5'
  1131.             '6'
  1132.             '7'
  1133.             '8'
  1134.             'Max')
  1135.         end
  1136.       end
  1137.     end
  1138.     object TabSheetTGA1: TTabSheet
  1139.       Caption = 'TGA'
  1140.       object Label62: TLabel
  1141.         Left = 16
  1142.         Top = 8
  1143.         Width = 32
  1144.         Height = 13
  1145.         Caption = 'C&olors:'
  1146.       end
  1147.       object Label63: TLabel
  1148.         Left = 216
  1149.         Top = 8
  1150.         Width = 61
  1151.         Height = 13
  1152.         Caption = '&Background:'
  1153.       end
  1154.       object Label64: TLabel
  1155.         Left = 16
  1156.         Top = 59
  1157.         Width = 31
  1158.         Height = 13
  1159.         Caption = '&Name:'
  1160.       end
  1161.       object Label65: TLabel
  1162.         Left = 16
  1163.         Top = 91
  1164.         Width = 56
  1165.         Height = 13
  1166.         Caption = '&Description:'
  1167.       end
  1168.       object Label58: TLabel
  1169.         Left = 16
  1170.         Top = 141
  1171.         Width = 59
  1172.         Height = 13
  1173.         Caption = 'Original size:'
  1174.       end
  1175.       object Label59: TLabel
  1176.         Left = 16
  1177.         Top = 157
  1178.         Width = 9
  1179.         Height = 13
  1180.         Caption = '---'
  1181.       end
  1182.       object Label60: TLabel
  1183.         Left = 208
  1184.         Top = 141
  1185.         Width = 82
  1186.         Height = 13
  1187.         Caption = 'Compressed size:'
  1188.       end
  1189.       object Label61: TLabel
  1190.         Left = 209
  1191.         Top = 157
  1192.         Width = 9
  1193.         Height = 13
  1194.         Caption = '---'
  1195.       end
  1196.       object ComboBox14: TComboBox
  1197.         Left = 96
  1198.         Top = 5
  1199.         Width = 77
  1200.         Height = 21
  1201.         Style = csDropDownList
  1202.         ItemHeight = 13
  1203.         TabOrder = 0
  1204.         OnClick = ComboBox14Click
  1205.         Items.Strings = (
  1206.           'B/W'
  1207.           '256'
  1208.           '16M')
  1209.       end
  1210.       object Panel5: TPanel
  1211.         Left = 311
  1212.         Top = 7
  1213.         Width = 34
  1214.         Height = 17
  1215.         BevelOuter = bvLowered
  1216.         TabOrder = 1
  1217.         OnClick = Panel5Click
  1218.       end
  1219.       object CheckBox1: TCheckBox
  1220.         Left = 14
  1221.         Top = 32
  1222.         Width = 95
  1223.         Height = 17
  1224.         Alignment = taLeftJustify
  1225.         Caption = 'Compression:'
  1226.         TabOrder = 2
  1227.         OnClick = ComboBox14Click
  1228.       end
  1229.       object Edit13: TEdit
  1230.         Left = 95
  1231.         Top = 56
  1232.         Width = 298
  1233.         Height = 21
  1234.         TabOrder = 3
  1235.         OnChange = ComboBox14Click
  1236.       end
  1237.       object Edit14: TEdit
  1238.         Left = 95
  1239.         Top = 87
  1240.         Width = 298
  1241.         Height = 21
  1242.         TabOrder = 4
  1243.         OnChange = ComboBox14Click
  1244.       end
  1245.     end
  1246.     object TabSheetJ20001: TTabSheet
  1247.       Caption = 'JPEG2000'
  1248.       object Label66: TLabel
  1249.         Left = 11
  1250.         Top = 8
  1251.         Width = 26
  1252.         Height = 13
  1253.         Caption = '&Rate:'
  1254.         FocusControl = Edit15
  1255.       end
  1256.       object Label67: TLabel
  1257.         Left = 16
  1258.         Top = 141
  1259.         Width = 59
  1260.         Height = 13
  1261.         Caption = 'Original size:'
  1262.       end
  1263.       object Label68: TLabel
  1264.         Left = 16
  1265.         Top = 157
  1266.         Width = 9
  1267.         Height = 13
  1268.         Caption = '---'
  1269.       end
  1270.       object Label69: TLabel
  1271.         Left = 208
  1272.         Top = 141
  1273.         Width = 82
  1274.         Height = 13
  1275.         Caption = 'Compressed size:'
  1276.       end
  1277.       object Label70: TLabel
  1278.         Left = 209
  1279.         Top = 157
  1280.         Width = 9
  1281.         Height = 13
  1282.         Caption = '---'
  1283.       end
  1284.       object Label71: TLabel
  1285.         Left = 11
  1286.         Top = 44
  1287.         Width = 59
  1288.         Height = 13
  1289.         Caption = 'P&hotometric:'
  1290.       end
  1291.       object Edit15: TEdit
  1292.         Left = 77
  1293.         Top = 5
  1294.         Width = 33
  1295.         Height = 21
  1296.         TabOrder = 0
  1297.         Text = '0'
  1298.         OnChange = Edit15Change
  1299.       end
  1300.       object TrackBar1: TTrackBar
  1301.         Left = 128
  1302.         Top = 6
  1303.         Width = 275
  1304.         Height = 19
  1305.         Max = 1000
  1306.         Orientation = trHorizontal
  1307.         Frequency = 20
  1308.         Position = 0
  1309.         SelEnd = 0
  1310.         SelStart = 0
  1311.         TabOrder = 1
  1312.         TickMarks = tmBottomRight
  1313.         TickStyle = tsAuto
  1314.         OnChange = TrackBar1Change
  1315.       end
  1316.       object ComboBox15: TComboBox
  1317.         Left = 77
  1318.         Top = 41
  1319.         Width = 78
  1320.         Height = 21
  1321.         Style = csDropDownList
  1322.         ItemHeight = 13
  1323.         TabOrder = 2
  1324.         OnChange = TrackBar1Change
  1325.         Items.Strings = (
  1326.           'GrayScale'
  1327.           'RGB'
  1328.           'YCbCr')
  1329.       end
  1330.     end
  1331.   end
  1332.   object Button3: TButton
  1333.     Left = 432
  1334.     Top = 76
  1335.     Width = 87
  1336.     Height = 23
  1337.     Caption = '&Preview'
  1338.     TabOrder = 3
  1339.     OnClick = Button3Click
  1340.   end
  1341.   object Panel2: TPanel
  1342.     Left = 4
  1343.     Top = 0
  1344.     Width = 425
  1345.     Height = 168
  1346.     BevelOuter = bvNone
  1347.     TabOrder = 4
  1348.     object Label1: TLabel
  1349.       Left = 5
  1350.       Top = 1
  1351.       Width = 37
  1352.       Height = 13
  1353.       Caption = 'Source:'
  1354.     end
  1355.     object Label2: TLabel
  1356.       Left = 227
  1357.       Top = 1
  1358.       Width = 33
  1359.       Height = 13
  1360.       Caption = 'Result:'
  1361.     end
  1362.     object ImageEn1: TImageEnView
  1363.       Left = 6
  1364.       Top = 17
  1365.       Width = 191
  1366.       Height = 135
  1367.       Cursor = 1782
  1368.       Background = clWhite
  1369.       ParentCtl3D = False
  1370.       OnViewChange = ImageEn1ViewChange
  1371.       MouseInteract = [miZoom, miScroll]
  1372.       BackgroundStyle = iebsChessboard
  1373.       EnableAlphaChannel = True
  1374.       OnProgress = ImageEn1Progress
  1375.       TabOrder = 0
  1376.     end
  1377.     object ImageEn2: TImageEnView
  1378.       Left = 227
  1379.       Top = 17
  1380.       Width = 191
  1381.       Height = 135
  1382.       Cursor = 1780
  1383.       Background = clWhite
  1384.       ParentCtl3D = False
  1385.       BackgroundStyle = iebsChessboard
  1386.       EnableAlphaChannel = True
  1387.       OnProgress = ImageEn1Progress
  1388.       TabOrder = 1
  1389.     end
  1390.     object ProgressBar1: TProgressBar
  1391.       Left = 6
  1392.       Top = 157
  1393.       Width = 412
  1394.       Height = 10
  1395.       Min = 0
  1396.       Max = 100
  1397.       TabOrder = 2
  1398.     end
  1399.   end
  1400.   object Button4: TButton
  1401.     Left = 432
  1402.     Top = 106
  1403.     Width = 87
  1404.     Height = 23
  1405.     Caption = '&Apply'
  1406.     TabOrder = 5
  1407.     OnClick = Button4Click
  1408.   end
  1409.   object chkLockPreview: TCheckBox
  1410.     Left = 12
  1411.     Top = 398
  1412.     Width = 365
  1413.     Height = 17
  1414.     Hint = 
  1415.       'Automatically updates your preview with the changes you have sel' +
  1416.       'ected'
  1417.     Caption = 'Lock Preview'
  1418.     ParentShowHint = False
  1419.     ShowHint = False
  1420.     TabOrder = 6
  1421.     OnClick = SpeedButton1Click
  1422.   end
  1423.   object ColorDialog1: TColorDialog
  1424.     Ctl3D = True
  1425.     Left = 432
  1426.     Top = 176
  1427.   end
  1428. end
  1429.